Skip to content

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Feb 9, 2015

should fix the travis-ci build failures, caused by new behavior in pypy 2.5.0
list({1: 'foo', 0: 'bar'})
pypy: [1, 0]
py27: [0, 1]
which was causing chaos with the tests

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

wizzat added a commit that referenced this pull request Feb 9, 2015
Always return sorted partition ids in client.get_partition_ids_for_topic()
@wizzat wizzat merged commit 3ab9a42 into dpkp:master Feb 9, 2015
@dpkp dpkp deleted the sorted_partition_ids branch June 10, 2015 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants